Adwaita: fix scale slider border color
authorLapo Calamandrei <calamandrei@gmail.com>
Sun, 17 Apr 2016 16:19:38 +0000 (18:19 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Sun, 17 Apr 2016 16:19:38 +0000 (18:19 +0200)
using the darker border color.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 3f43680a3a0992a5ab60179b397efd6d9180eba3..14bd6b6285e3fed58ca78ab94abf9b3ffdb6522d 100644 (file)
@@ -2848,7 +2848,7 @@ scale {
   slider {
     @include button(normal-alt, $edge: $shadow_color);
 
-    border: 1px solid darken($borders_color, 3%);
+    border: 1px solid darken($alt_borders_color, 3%);
     border-radius: 100%;
     transition: $button_transition;
     transition-property: background, border, box-shadow;
@@ -2857,7 +2857,7 @@ scale {
 
     &:active { border-color: $selected_borders_color; }
 
-    &:disabled { @include button (insensitive); }
+    &:disabled { @include button(insensitive); }
 
     &:backdrop {
       transition: $backdrop_transition;
index f564ff4abbf3e392a756af613c07809fca79f36f..3223390df4cb314745bfba39709ee3ea798e76dd 100644 (file)
@@ -3032,7 +3032,7 @@ scale {
     -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
     background-image: linear-gradient(to bottom, #323737 20%, #2a2f2f 90%);
     box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -2px #2f3434, inset 0 -1px #232727, 0 1px rgba(0, 0, 0, 0.1);
-    border: 1px solid #1a1c1c;
+    border: 1px solid #090909;
     border-radius: 100%;
     transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
     transition-property: background, border, box-shadow; }
index 92c8341222bf9af6b3b28162f2e42c220443112c..f2df6f4a3d12f43a9db051f041afff8733ac45a9 100644 (file)
@@ -3061,7 +3061,7 @@ scale {
     -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
     background-image: linear-gradient(to bottom, #f4f4f4 20%, #e8e8e7 90%);
     box-shadow: inset 0 1px white, inset 0 -2px #ededec, inset 0 -1px #cacac8, 0 1px rgba(0, 0, 0, 0.1);
-    border: 1px solid #afafab;
+    border: 1px solid #898984;
     border-radius: 100%;
     transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
     transition-property: background, border, box-shadow; }